![]() | setselection() | focus() | ![]() |
Return the current status (validity) of the control and return true or false.
n.b. The validate method DOES NOT perform visual changed. Any visual changes should be done in the populate method (looking at the control's definition invalid property)
e.g.
return ( currentValue != "" );